home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom23.dir / 00033_Script_33 < prev    next >
Text File  |  1995-02-20  |  175b  |  7 lines

  1. on exitFrame
  2.   global gsaori,gmaki
  3.   if gsaori = "get" and gmaki = "off" then go to frame 100
  4.   else if gsaori = "off" and gmaki = "get" then go to frame 100
  5. end if
  6.  
  7. end